home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMTEXTAREA / TFRMTEXTAREA.txt
Encoding:
Text File  |  1999-04-29  |  2.5 KB  |  137 lines

  1. object frmTextArea: TfrmTextArea
  2.   Left = 174
  3.   Top = 131
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Text Area Form Element'
  7.   ClientHeight = 238
  8.   ClientWidth = 353
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 353
  25.     Height = 202
  26.     Align = alClient
  27.     Style = bsRaised
  28.   end
  29.   object lblName: TLabel
  30.     Left = 8
  31.     Top = 8
  32.     Width = 37
  33.     Height = 13
  34.     Caption = '&Name : '
  35.     FocusControl = editName
  36.   end
  37.   object lblRows: TLabel
  38.     Left = 6
  39.     Top = 51
  40.     Width = 36
  41.     Height = 13
  42.     Caption = '&Rows : '
  43.     FocusControl = editRows
  44.   end
  45.   object Label1: TLabel
  46.     Left = 6
  47.     Top = 94
  48.     Width = 142
  49.     Height = 13
  50.     Caption = 'Number of &Characters Long : '
  51.     FocusControl = editCols
  52.   end
  53.   object lblValue: TLabel
  54.     Left = 6
  55.     Top = 140
  56.     Width = 120
  57.     Height = 13
  58.     Caption = '&Default Text To Appear :'
  59.     FocusControl = memValue
  60.   end
  61.   object pnlButtons: TPanel
  62.     Left = 0
  63.     Top = 202
  64.     Width = 353
  65.     Height = 36
  66.     Align = alBottom
  67.     TabOrder = 4
  68.     object btnOk: TButton
  69.       Left = 192
  70.       Top = 5
  71.       Width = 75
  72.       Height = 25
  73.       Caption = '&OK'
  74.       Default = True
  75.       ModalResult = 1
  76.       TabOrder = 1
  77.       OnClick = btnOkClick
  78.     end
  79.     object btnCancel: TButton
  80.       Left = 274
  81.       Top = 5
  82.       Width = 75
  83.       Height = 25
  84.       Cancel = True
  85.       Caption = '&Cancel'
  86.       ModalResult = 2
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       TabOrder = 2
  90.     end
  91.     object btnHelp: TButton
  92.       Left = 4
  93.       Top = 5
  94.       Width = 75
  95.       Height = 25
  96.       Caption = '&Help'
  97.       TabOrder = 0
  98.       OnClick = btnHelpClick
  99.     end
  100.   end
  101.   object editName: TEdit
  102.     Left = 5
  103.     Top = 24
  104.     Width = 346
  105.     Height = 21
  106.     HelpContext = 109
  107.     TabOrder = 0
  108.   end
  109.   object editRows: TEdit
  110.     Left = 4
  111.     Top = 67
  112.     Width = 346
  113.     Height = 21
  114.     HelpContext = 110
  115.     TabOrder = 1
  116.   end
  117.   object editCols: TEdit
  118.     Left = 4
  119.     Top = 110
  120.     Width = 346
  121.     Height = 21
  122.     HelpContext = 111
  123.     TabOrder = 2
  124.   end
  125.   object memValue: TMemo
  126.     Left = 4
  127.     Top = 156
  128.     Width = 346
  129.     Height = 41
  130.     HelpContext = 112
  131.     Lines.Strings = (
  132.       '')
  133.     ScrollBars = ssVertical
  134.     TabOrder = 3
  135.   end
  136. end
  137.